home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
sparks.swf
/
scripts
/
DefineButton2_267
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-29
|
392 b
|
20 lines
on(release){
_root.gotoAndPlay("practice");
tellTarget("_root.background")
{
gotoAndStop(1);
tellTarget("_root.hit2")
{
gotoAndStop(1);
tellTarget("_root.hit7")
{
gotoAndStop(1);
tellTarget("_root.directions")
{
gotoAndStop(1);
}
}
}
}
}